Jenkins – Check for the existence of a variable

  If a variable is used in Jenkins Pipeline that is created on the basis of a Webhook or etc, then a task will fail with a manual start. To avoid this, you can add a check for the existence of a variable and set its value.   In this example, the presence of the … Continue reading Jenkins – Check for the existence of a variable